﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("img/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.guide{padding: 85px 0 80px;}
.gui_tit{text-align: center;height: 125px;font-size: 46px;color: #333;line-height: 48px;background: url(img/yinz_tico.png) no-repeat center bottom;}
.gui_tit a{color: #333;}
.gui_tit a:hover{color: #77039c;}
.gui_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;}
.gui_tit i{color: #c0c0c0;font-weight: normal;padding:0 10px;}
.guide dl{width: 278px;margin-top: 40px;margin-right: 29px;height: 376px;overflow: hidden;border-radius: 5px;float: left;}
.guide dl dt{width: 100px;height: 100px;line-height: 0;margin: 15px auto 0;position: relative;}
.guide dl dt img{width: 100px;height: 100px;border-radius: 50%;}
.guide dl dt img:nth-of-type(2),.guide dl dt img:nth-of-type(3){display: none;}
.guide dl dt img:nth-of-type(3){-webkit-animation:myfirst1 3s linear infinite;animation:myfirst1 3s linear infinite;}
.guide dl dd{width: 235px;margin: 0 auto;padding: 5px 0 0;}
.guide dl dd h5{font-size: 20px;color: #000;height: 60px;line-height: 56px;position: relative;overflow: hidden;text-align: center;}
.guide dl dd h5:before{content: "";width: 26px;height: 1px;background: #cfcece;position: absolute;bottom: 0;left: calc(50% - 13px);}
.guide dl dd p{padding-top: 15px;font-size: 16px;color: #333;line-height: 30px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis; }
.guide dl dd p b{font-size:18px;color:red;}
.guide dl {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.guide dl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/yinz_k.jpg) no-repeat;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.guide dl:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.guide dl:hover h5,.guide dl:hover p{color: #fff;}
.guide dl:hover dt img:nth-of-type(1){display: none;}
.guide dl:hover dt img:nth-of-type(2),.guide dl:hover dt img:nth-of-type(3){display: block;}
.guide dl:hover dt img:nth-of-type(2){position: absolute;top: 0;left: 0;z-index: 5;}
.guide dl:nth-of-type(4){margin-right: 0;}

/*广告条*/
.ban01{background: url(img/ban01.jpg) no-repeat center 0;overflow: hidden;height: 466px;}
.ban01_m{color: #fff;padding: 90px 0 0;height: 220px;}
.ban01_m b{font-size: 58px;display: block;height: 100px;line-height: 100px;text-align: center;}
.ban01_m ul{padding-left: 100px;}
.ban01_m ul li{font-size: 20px;font-weight: bold;float: left;background: url(img/ban01_ico01.png) no-repeat 0 center;height: 50px;line-height: 50px;padding:0 48px 0 38px;}
.ban01_tel{padding-left: 390px;}
.ban01_tel p{font-size: 16px;color: rgba(255,255,255,0.7);background: url(img/ban01_tel.png) no-repeat 0 12px;padding-left: 60px;line-height: 30px;float: left;}
.ban01_tel p i{display: block;font-size: 26px;color: #fff; font-family:Arial, Helvetica, sans-serif;}
.ban01_tel b{display: block;width: 180px;float: left;margin:10px 0 0 30px;}
.ban01_tel b a{display: block;font-size: 20px;color: #fff;width: 180px;height: 42px;line-height: 42px;background: #660798;border-radius: 20px;}
.ban01_tel em{width: 32px;height: 28px;display: block;float: left;line-height: 0;padding: 8px 12px 0 25px;}
.ban01_tel em img{width: 32px;height: 28px;}
.ban01_tel b a:hover{animation:shake .8s linear;-webkit-animation:shake .8s linear;}

/**/
.pro01{padding: 130px 0 30px;}
.pro02{background: url(img/cp_bg.jpg) no-repeat center 0;overflow: hidden;height: 581px;}
.pro01_l{width: 435px;padding: 80px 0 0;}
.pro_bt{height: 90px;line-height: 90px;overflow: hidden;position: relative;}
.pro_bt:before{content: "";width: 60px;height: 2px;background: #999;position: absolute;bottom: 0;left: 0;}
.pro_bt a{font-size: 40px;color: #333;}
.pro_bt a:hover{color: #77039c;}
.pro_ul01{padding: 30px 0 0;height: 184px;}
.pro_ul01 li{height: 46px;line-height: 44px;overflow: hidden;background: url(img/cp_ico01.png) no-repeat 0 center;}
.pro_ul01 li a{font-size: 16px;color: #666;padding-left: 35px;}
.pro_ul01 li a:hover{color: #77039c;font-weight: bold;}
.pro_btn{padding: 50px 0 0;}
.pro_btn a{font-size: 16px;color: #333;width: 160px;height: 38px;display: flex;align-items: center;justify-content: center;border: #0f3059 1px solid;border-radius: 20px;float: left;margin-right: 12px;}
.pro_btn em{width: 18px;height: 18px;line-height: 0;overflow: hidden;padding-right: 8px;}
.pro_btn em img{width: 18px;height: 36px;-webkit-transition:all .5s;transition:all .5s;}
.pro_btn a:hover,.pro_btn a.cur{border: #77039c 1px solid;background: #77039c;color: #fff;}
.pro_btn a:hover em img,.pro_btn a.cur em img{margin-top: -18px;}
.pro01_r{width: 765px;margin: 40px 0 0;}
.pro_qie{padding-left: 110px;}
.pro_qie ul li{width: 655px;height: 555px;line-height: 0;position: relative;overflow: hidden;}
.pro_qie ul li img{width: 655px;height: 555px;}
.pro_qie ul li:before{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.pro_qie ul li:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.pro01_r p{width: 65px;height: 65px;line-height: 0;position: absolute;top: 200px;border-radius: 50%;-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.pro01_r p img{width: 65px;height: 65px;border-radius: 50%;}
.pro01_r p:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.pro_prev{left: 0;}
.pro_next{right: -90px;}
.pro02 dl{height: 581px;overflow: hidden;}
.pro02 dl dt{width: 581px; float: left;line-height: 0;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;position: relative;     padding: 65px 0;}
.pro02 dl dt img{ width: 581px;}
.pro02 dl dd{width: 420px;float: left;padding: 80px 0 0 110px;}
.pro02 dl dd .pro_bt:before{background: none;}
.pro02 dl dd .pro_ul01{padding: 0;}
.pro02 dl dt:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.pro03{padding: 70px 0 80px;}
.pro03 dl{width: 385px;float: left;margin-right: 21px;}
.pro03 dl dt{width: 385px;height: 289px;line-height: 0;overflow: hidden;}
.pro03 dl dt img{width: 385px;height: 289px;}
.pro03 dl dt img,.case_l dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.pro03 dl dt img:hover,.case_l dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.pro03 dl dd{padding: 30px 0 0;}
.pro03 dl dd .pro_bt{height: 60px;line-height: 50px;}
.pro03 dl dd .pro_bt a{font-size: 24px;}
.pro03 dl dd .pro_ul01{padding: 20px 0 0;height: 180px;}
.pro03 dl dd .pro_ul01 li{height: 36px;line-height: 34px;background-size: 22px 22px;}
.pro03 dl dd .pro_ul01 li a{font-size: 14px;}
.pro03 p{width: 80px;height: 80px;line-height: 0;position: absolute;top: 180px;-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.pro03 p img{width: 80px;height: 80px;}
.pro03 p:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.pro03_prev{left: -120px;}
.pro03_next{right: -120px;}

/*产品优势*/
.quality{background: #fcfcfc;padding: 80px 0 0;}
.qua01{width: 19.68%;margin-top: 1.8rem;margin-right: 0.4%;height: 28.1rem;overflow: hidden;border-radius: 0.5rem;}
.qua01 dl{width: 100%;height: 28.1rem;border-radius: 0.5rem;}
.qua01 .qua_dl01{position: relative;}
.qua01 .qua_dl01 dt{width: 100%;line-height: 0;overflow: hidden;border-radius: 0.5rem;}
.qua01 .qua_dl01 dt img{display: block;width: 100%;border-radius: 0.5rem;}
.qua_dl01 dd{width: 77%;padding: 3rem 0 0 13%;position: absolute;top: 0;left: 0;}
.qua_dl01 dd h5{font-size: 1.7rem;color: #fff;line-height: 2.2rem;height: 6.5rem;font-weight: normal;}
.qua_dl01 dd h5 i{display: block;font-size: 0.9rem;}
.qua_dl01 dd em{display: block;width: 2rem;height: 2rem;}
.qua_dl01 dd em img{width: 2rem;height: 2rem;}
.qua_dl02{position: absolute;top: -28.3rem;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.qua_dl02 dt{width: 4rem;height: 4rem;line-height: 0;margin: 0 auto;padding: 4.5rem 0 0;}
.qua_dl02 dt img{width: 4rem;height: 4rem;}
.qua_dl02 dt img{
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;}
.qua_dl02:hover dt img {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);}
.qua_dl02 dd{width: 80%;margin: 0 auto;text-align: center;}
.qua_dl02 dd h5{font-size: 1.8rem;color: #fff;font-weight: normal;height: 4.2rem;line-height: 4.2rem;overflow: hidden;position: relative;}
.qua_dl02 dd h5:before{content: "";width: 2.2rem;height: 1px;background: #fff;position: absolute;bottom: 0;left: calc(50% - 1.1rem);}
.qua_dl02 dd p{font-size: 0.8rem;color: #fff;line-height: 1.3rem;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; padding: 1rem 0 0;}
.qua_dl02 dd span{display: block;width: 56%;margin: 0 auto;padding: 3rem 0 0;}
.qua_dl02 dd span a{display: block;font-size: 0.8rem;color: #333;width: 100%;height: 2.2rem;line-height: 2.2rem;background: #fff;border-radius: 0.5rem;}
.qua_dl02 dd span a:hover{animation:shake .8s linear;-webkit-animation:shake .8s linear;}
.quality .nobor{margin-right: 0;}
.quality .qua01:hover .qua_dl02,.quality .qua01.cur .qua_dl02{top: 0;background: url(img/pinz_k.jpg) no-repeat;background-size: cover;}

/*应用案例*/
.case_bg{background: url(img/case_bg.jpg) no-repeat center 0;height: 900px;overflow: hidden;padding: 108px 0 0;}
.case_nav{padding: 40px 0 0;height: 115px;width: 1120px;margin: 0 auto;}
.case_nav ul li{float: left;width: 140px;text-align: center;}
.case_nav ul li em{width: 63px;height: 43px;display: block;line-height: 0;margin: 0 auto 5px;overflow: hidden;}
.case_nav ul li em img{width: 63px;height: 86px;-webkit-transition:all .5s;transition:all .5s;}
.case_nav ul li a {font-size: 16px;color: #666;}
.case_nav ul li a:hover,.case_nav ul li.cur a{color: #660798;font-weight: bold;}
.case_nav ul li:hover em img,.case_nav ul li.cur em img{margin-top: -43px;}
.case_l{width: 788px;height: 548px;box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);}
.case_l dl{width: 788px;height: 548px;background: #fff;}
.case_l dl dt{width: 788px;height: 443px;line-height: 0;overflow: hidden;}
.case_l dl dt img{width: 788px;height: 443px;}
.case_l dl dd{width: 708px;padding: 20px 40px 0;}
.case_l dl dd h5{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.case_l dl dd h5 a{font-size: 26px;color: #333;}
.case_l dl dd h5 a:hover{color: #0055b2;}
.case_desc{font-size: 14px;color: #666;padding: 8px 0 0;}
.case_r{padding: 2px 0 0;width: 360px;}
.case_r h3{width: 360px;height: 92px;line-height: 0;}
.case_rm{padding: 20px 0 0;height: 345px;overflow: hidden;}
.case_r dl{width: 330px;margin: 0 auto 8px;padding: 10px 5px 10px 10px;height: 81px;}
.case_r dl dt{width: 145px;height: 81px;float: left;line-height: 0;overflow: hidden;}
.case_r dl dt img{width: 145px;height: 81px;}
.case_r dl dd{width: 170px;float: right;padding: 10px 0 0;}
.case_r dl dd a{display: block;}
.case_r dl dd span{width: 100%;display: block;font-size: 20px;color: #333;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_r dl dd em{display: block;font-size: 14px;color: #666;height: 30px;line-height: 30px;overflow: hidden;}
.case_r dl:hover,.case_r dl.cur{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);background: #fff;}
.case_bot{border-top: #434343 2px solid;padding: 40px 70px 0;width: 220px;}
.case_bot p{width: 85px;height: 20px;cursor: pointer;}
.case_bot p img{width: 85px;height: 20px;}

/*合作客户*/
.hz_bg{background: url(img/hz_bg.jpg) no-repeat center 0;height: 450px;overflow: hidden;}
.hz_tit{height: 90px;line-height: 70px;text-align: center;overflow: hidden;}
.hz_tit a{font-size: 32px;color: #333;font-weight: normal;}
.hz ul li{width: 222px;height: 125px;float: left;line-height: 0;margin-bottom: 20px;margin-right: 22px;}
.hz ul li:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.hz ul li img{width: 222px;height: 125px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; }
.hz ul li a:hover img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);}
.hz ul li:nth-child(5n){margin-right: 0;}

/*优势*/
.fanw{ height:915px; overflow:hidden;width: 100%;max-width: 1920px;margin:70px auto 0;}
.serv_c{width: 100%;height: 750px;overflow: hidden;margin-top: 40px;}
.serv_c ul{width: 102%;height: 750px;}
.serv_c li{width:25%;float: left;position: relative;height: 750px;}
.serv_c li:before{content: "";width: 10px;height: 100%;background: #fff;position: absolute;top: 0;right: 0;z-index: 2;}
.serv_c li:last-child:before{background: none;}
.serv_c li img{display: block;}
.mo{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background:rgba(0,0,0,0.5);}
.shu2 dl{ width:100%; position: absolute;top: 95px;left: 0;text-align: center;font-weight: bold;}
.shu2 dt{font-size: 2rem;color:#fff;font-family: "DINOT";line-height: 2rem;}
.shu2 dd{font-size: 1.5rem;color: #fff;line-height: 2rem;overflow: hidden;padding: 13.5rem 0 0;}
.shu2 dd em{width: 5rem;height: 5rem;display: block;line-height: 0;margin: 0 auto;padding:0 0 1rem;}
.shu2 dd em img{width: 5rem;height: 5rem;}
.shu2 dd i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.5);text-transform: uppercase;font-weight: normal;}
.hav{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.bock{position: absolute;left: 0;top:0;width:100%;height:100%; opacity:0;}
.bock dl{background:rgba(0,0,0,0.7);width: 94%;position: absolute;bottom: 0;left: 0;height: 8.5rem;padding: 1.5rem 3% 0;}
.bock dt{font-size: 1.4rem;color: #fff;line-height: 2rem;height: 5rem;font-weight: bold;float: left;width: 45%;padding: 1rem 0 0;position: relative;}
.bock dt:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.3);position: absolute;top: 0.5rem;right: 0;}
.bock dt span{display: block;font-size: 0.8rem;font-weight: normal;}
.bock dd{font-size: 0.8rem;color: #fff;line-height: 1.6rem;overflow: hidden;width: 52%;float: right;}
.bock dd p{ padding: 0.5rem 0 0;}

/**/
.news{padding: 80px 0;}
.news_l{width: 707px;padding: 40px 0 0;}
.news01{width: 707px;height:135px; border-bottom:1px dashed #d1d1d1;}
.news01 dl{width: 707px;}
.news01 dl dt{height: 42px;line-height: 42px;overflow: hidden; background:url(img/tout.gif) no-repeat;}
.news01 dl dt a{font-size: 22px;color: #333;padding: 0 0 0 110px;}
.news01 dl dt a:hover{color: #660798;}
.news_desc{font-size: 14px;color: #666;line-height: 25px;height: 52px;overflow: hidden;padding: 10px 0 0;}
.news01 dl dd span{display: block;line-height: 26px;margin-top: -26px;margin-right: 10px;float: right;}
.news01 dl dd span a{font-size: 14px;color: #660798;}

.news02{width: 707px;}
.news02 dl{height:140px; border-bottom:1px dashed #d1d1d1; padding-top:20px;}
.news02 dl dt{width:212px; height:119px; float:left; overflow:hidden;}
.news02 dl dt img{width:212px; height:119px; transition:.5s;}
.news02 dl:hover dt img,.wd_pic:hover img,.about dl dt:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news02 dl dd{width:470px; float:left; padding-top:10px; padding-left:25px;}
.news02 dl dd a{display: block;font-size: 18px; color:#333;}
.news02 dl dd h5{height: 28px;line-height: 28px;overflow: hidden;}
.news02 dl dd a:hover,.news03 ul li a:hover{color: #660798;}

.news03{width: 707px;padding: 15px 0 0;}
.news03 ul li{height: 34px;line-height: 34px;overflow: hidden;}
.news03 ul li a{font-size: 16px;color: #333;display: block;float: left;width: 570px;height: 34px;line-height: 34px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:url(img/news_ic.png) no-repeat 0 14px;padding: 0 0 0 18px;}
.news03 ul li span{display: block;float: right;font-size: 14px;color: #999;width: 100px;text-align: right;}

.news_r{width:366px; height:550px; background:url(img/news_rbg.jpg) no-repeat;margin-top: 40px;padding: 22px 27px 0;}
.news_r h3{height:48px; line-height: 48px;overflow: hidden;font-weight: normal;}
.news_r h3 a{font-size: 26px;color: #333;}
.news_r h3 em{font-size: 18px; color:#999999; font-family:"Arial"; margin-left: 9px; }
.wd_pic{width:366px; height:206px;line-height: 0;overflow: hidden;margin-top: 12px;margin-bottom: 10px;}
.wd_pic img{width:366px; height:206px; transition:.5s;}
.wd_m dl{width: 366px;height: 65px; border-bottom:1px dashed #d1d1d1;padding: 15px 0 0;}
.wd_m dl dt{height: 26px;line-height: 26px;overflow: hidden; background:url(img/news_ic.png) no-repeat 3px 8px;padding: 0 0 0 18px;}
.wd_m dl dt a{font-size: 16px;color: #4c4c4c;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bold;}
.wd_m dl dt a:hover,.ab_r span a:hover{color: #660798;}
.wd_m dl dd{height: 26px;line-height: 26px;overflow: hidden;padding: 0 0 0 18px;}
.wd_m dl dd a{font-size: 14px;color: #666;}

/*关于我们*/
.about{background: #f4f4f4;padding: 80px 0 60px;}
.about dl{padding: 30px 0 50px;}
.about dl dt{width: 1200px;height: 530px;line-height: 0;position: relative;overflow: hidden;}
.about dl dt img{width: 1200px;height: 530px; transition:.5s;}
.about dl dt em{width: 135px;height: 90px;display: block;line-height: 0;position: absolute;top: calc(50% - 45px);left: calc(50% - 67px);z-index: 10;}
.about dl dt em img{width: 135px;height: 90px;}
.about dl dt:hover em img{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.about dl dd{text-align: center;padding: 30px 0 0;}
.about dl dd p{font-size: 14px;color: #666;line-height: 28px;}
.ibrand-num li{float:left;width: 300px;height:100px;text-align: center;color:#333;font-size:20px;position: relative;}
.ibrand-num li:before{content: "";width: 1px;height: 82px;position: absolute;top: 5px;left: 0;background: #e1e1e1;}
.ibrand-num li b{font-size:62px;line-height: 50px; font-family:"DINOT";padding-right: 5px;}
.ibrand-num li span{display:block; padding:10px 0 0;}
.ibrand-num li i{display: inline-block;font-size: 18px;color: #fff;font-weight: bold;width: 35px;text-align: center;height: 35px;line-height: 35px;background: #660798;overflow: hidden;border-radius: 50%;}
.ibrand-num li:first-child:before{background: none;}

/*友情链接*/
.f_link{height: 58px;line-height: 58px;overflow: hidden;background: #2e2e2e;}
.f_link b{display: block;float: left;font-size: 14px;color: rgba(255,255,255,0.7);width: 120px;text-transform: uppercase;}
.f_link b i{font-family:Arial, Helvetica, sans-serif;padding-left: 10px;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.7);float: left;width: 1080px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.7); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}

/**/

@-webkit-keyframes myfirst1 {
	0% {
	transform:rotate(0deg);
}
50% {
	transform:rotate(180deg);
}
100% {
	transform:rotate(360deg);
}
}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}